Hi Mindstick Team
What are Cascading Style Sheets? if possible, tell in brief statement.
Thanks in advance
Cascading Style Sheets
2718
13-Dec-2012
AVADHESH PATEL
13-Dec-2012A Cascading Style Sheet (CSS) is a list of statements (also known as rules) that can assign various rendering properties to HTML elements. Style rules can be specified for a single element occurrence, multiple elements, an entire document, or even multiple documents at once. It is possible to specify many different rules for an element in different locations using different methods. All these rules are collected and merged (known as a "cascading" of styles) when the document is rendered to form a single style rule for each element.
I hope this post resolve your doubts